home *** CD-ROM | disk | FTP | other *** search
- on enterFrame me
- if the locH of sprite the spriteNum of me < 150 then
- set the locH of sprite the spriteNum of me to the locH of sprite the spriteNum of me + 10
- else
- if the locH of sprite the spriteNum of me > 10 then
- set the locH of sprite the spriteNum of me to the locH of sprite the spriteNum of me - 10
- end if
- end if
- end
-
- on mouseWithin me
- set the locH of sprite the spriteNum of me to the mouseH
- set the locV of sprite the spriteNum of me to the mouseV
- set the memberNum of sprite the spriteNum of me to 238
- set the height of sprite the spriteNum of me to 80
- end
-
- on mouseLeave me
- set the memberNum of sprite the spriteNum of me to 237
- set the height of sprite the spriteNum of me to 15
- end
-